![]() |
DriverEntryPointPtr |
||||
Header: | Devices.h | Carbon status: | Under Evaluation | |
typedef OSErr(* DriverEntryPointPtr) ( AddressSpaceID SpaceID, IOCommandID CommandID, IOCommandContents Contents, IOCommandCode Code, IOCommandKind Kind );
You would declare your function like this if you were to name it MyCallback:
OSErr MyCallback ( AddressSpaceID SpaceID, IOCommandID CommandID, IOCommandContents Contents, IOCommandCode Code, IOCommandKind Kind );
A result code.
Under evaluation for Carbon.
© 2000 Apple Computer, Inc. — (Last Updated 5/10/2000)